Update docker-compose.yaml

This commit is contained in:
GavinZhengOI 2022-01-24 11:26:40 +08:00 committed by GitHub
parent faa6304c81
commit 344fc35e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ services:
container_name: "factorio-server-manager"
restart: "unless-stopped"
environment:
- "FACTORIO_VERSION=latest"
- "FACTORIO_VERSION=stable"
- "RCON_PASS"
volumes:
- "./fsm-data:/opt/fsm-data"