This commit is contained in:
parent
e66e2adf5d
commit
887763c1af
@ -73,5 +73,4 @@ EXPOSE 3979/udp
|
||||
WORKDIR /data
|
||||
ENV XDG_DATA_HOME=/data
|
||||
VOLUME ["/data"]
|
||||
ENTRYPOINT ["nano", "~/data.dat"]
|
||||
#["/usr/bin/openttd", "-D", "-g", "map.sav"]
|
||||
ENTRYPOINT ["/usr/bin/openttd", "-D", "-g", "map.sav"]
|
||||
|
@ -7,6 +7,8 @@ services:
|
||||
ottd:
|
||||
build: ./
|
||||
container_name: ottd
|
||||
volumes:
|
||||
- "/media/data/openttd:/data2"
|
||||
ports:
|
||||
- "3979:3979"
|
||||
labels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user