initial import
This commit is contained in:
commit
d22055dd9a
3 changed files with 64 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
openttd-jgr:
|
||||
image: forgejo.venusian.stream/skkeeper/openttd-jgr:latest
|
||||
container_name: openttd-jgr
|
||||
volumes:
|
||||
- ./save:/root/.openttd/save
|
||||
# - ./content:/root/.openttd/content
|
||||
# - ./config:/root/.openttd
|
||||
ports:
|
||||
- "3979:3979/udp"
|
||||
- "3979:3979/tcp"
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue