Fixed wrong change of PR #303

This commit is contained in:
knoxfighter
2022-02-27 22:32:32 +01:00
committed by GitHub
parent 01965b7aac
commit caf2ec7f28

View File

@@ -1,11 +1,11 @@
version: "3"
services:
factorio-server-manager:
image: "ofsm/ofsm:stable"
image: "ofsm/ofsm:latest"
container_name: "factorio-server-manager"
restart: "unless-stopped"
environment:
- "FACTORIO_VERSION=latest"
- "FACTORIO_VERSION=stable"
- "RCON_PASS"
ports:
- "80:80"