mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-07 11:17:23 +01:00
288f080ebc
* Add support for changing UID/GID * Revert volume definition in docker-compose file
13 lines
209 B
YAML
13 lines
209 B
YAML
version: '2'
|
|
services:
|
|
factorio:
|
|
build: .
|
|
ports:
|
|
- "34197:34197/udp"
|
|
- "27015:27015/tcp"
|
|
volumes:
|
|
- /opt/factorio:/factorio
|
|
# environment:
|
|
# - PUID=1000
|
|
# - PGID=1000
|