added image tag to docker compose file
This commit is contained in:
parent
60d5697896
commit
1f31e22719
@ -3,6 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
csgo:
|
csgo:
|
||||||
build: .
|
build: .
|
||||||
|
image: docker.io/djeeberjr/csgo-docker
|
||||||
environment:
|
environment:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- MAX_PLAYERS=16
|
- MAX_PLAYERS=16
|
||||||
@ -26,4 +27,4 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
csgo_game:
|
csgo_game:
|
||||||
name: csgo_game
|
name: csgo_game
|
||||||
|
Loading…
Reference in New Issue
Block a user