You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1000 B
Markdown
35 lines
1000 B
Markdown
# Factorio
|
|
|
|
[](https://hub.docker.com/r/factoriotools/factorio/)
|
|
[](https://hub.docker.com/r/factoriotools/factorio/)
|
|
[](https://hub.docker.com/r/factoriotools/factorio/)
|
|
|
|
|
|
```yaml title="docker-compose.yml"
|
|
version: "3.7"
|
|
|
|
networks:
|
|
direct_net:
|
|
external: true
|
|
|
|
services:
|
|
factorio:
|
|
container_name: factorio
|
|
image: factoriotools/factorio:1.1.96
|
|
ports:
|
|
- "34197:34197/udp"
|
|
#- "27015:27015/tcp"
|
|
volumes:
|
|
- /opt/appdata/games/factorio:/factorio
|
|
networks:
|
|
- direct_net
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
restart: unless-stopped
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ="Asia/Yekaterinburg"
|
|
- UPDATE_MODS_ON_START=true
|
|
- SAVE_NAME
|
|
``` |