Fixing CD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
choelzl 2022-11-12 21:18:15 +01:00
parent e66e2adf5d
commit 887763c1af
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 3 additions and 2 deletions

View File

@ -73,5 +73,4 @@ EXPOSE 3979/udp
WORKDIR /data WORKDIR /data
ENV XDG_DATA_HOME=/data ENV XDG_DATA_HOME=/data
VOLUME ["/data"] VOLUME ["/data"]
ENTRYPOINT ["nano", "~/data.dat"] ENTRYPOINT ["/usr/bin/openttd", "-D", "-g", "map.sav"]
#["/usr/bin/openttd", "-D", "-g", "map.sav"]

View File

@ -7,6 +7,8 @@ services:
ottd: ottd:
build: ./ build: ./
container_name: ottd container_name: ottd
volumes:
- "/media/data/openttd:/data2"
ports: ports:
- "3979:3979" - "3979:3979"
labels: labels: