1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2024-11-28 08:58:42 +02:00

added docker-compose.yml

This commit is contained in:
David Andersen 2017-05-17 17:14:01 +00:00
parent dc89065e68
commit 0fbcfbf857

8
0.15/docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: '2'
services:
factorio:
build: .
ports:
- "34197:34197"
volumes:
- /tmp/factorio:/factorio