Skip to content

Commit

Permalink
Renamed services
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Aug 9, 2024
1 parent ac8ca11 commit b13b3a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.ratchet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
chess_server_game:
game:
build:
context: .
dockerfile: Dockerfile
Expand All @@ -14,7 +14,7 @@ services:
- ./docker/php/8.2/cli/php.ini:/usr/local/etc/php/php.ini
working_dir: /usr/share/chess-server
command: ["php", "cli/ratchet/game.php"]
chess_server_data:
data:
build:
context: .
dockerfile: Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.workerman.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
chess_server_game:
game:
build:
context: .
dockerfile: Dockerfile
Expand All @@ -14,7 +14,7 @@ services:
- ./docker/php/8.2/cli/php.ini:/usr/local/etc/php/php.ini
working_dir: /usr/share/chess-server
command: ["php", "cli/workerman/game.php", "start", "--d"]
chess_server_data:
data:
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit b13b3a7

Please sign in to comment.