init_project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
app:
|
||||
image: images.docker.nokotan.ru/nokotan/factorio:latest
|
||||
container_name: factorio
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
- "27015:27015"
|
||||
- "34197:34197/udp"
|
||||
|
||||
volumes:
|
||||
- ./factorio:/factorio/
|
||||
Reference in New Issue
Block a user