Skip to content

Commit

Permalink
Remove deprecated Docker version params
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Apr 29, 2024
1 parent 0b2f0ce commit c6b052f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

x-params:
&default-params
image: ghcr.io/giongto35/cloud-game/cloud-game:${IMAGE_TAG:-master}
Expand Down Expand Up @@ -48,7 +46,7 @@ services:
image: kcollins/xvfb:latest
volumes:
- x11:/tmp/.X11-unix
command: [":99", "-screen", "0", "320x240x16" ]
command: [ ":99", "-screen", "0", "320x240x16" ]

volumes:
x11:
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:

cloud-game:
Expand Down

0 comments on commit c6b052f

Please sign in to comment.