#0000 - Use stable tag for Factorio image in docker-compose
Switched the Factorio image from a specific version to the stable tag. This ensures the deployment always uses the latest stable version without manual updates.
This commit is contained in:
parent
2fe9f95a0c
commit
d5de57a1da
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ volumes:
|
|||
services:
|
||||
|
||||
app:
|
||||
image: factoriotools/factorio:2.0.14
|
||||
image: factoriotools/factorio:stable
|
||||
ports:
|
||||
- target: 34197
|
||||
published: 34197
|
||||
|
|
Loading…
Reference in a new issue