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