Skip to content

Commit

Permalink
Make data persistent and open up more ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogarine committed Feb 16, 2019
1 parent a0ef127 commit 26c07ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ services:
build: .
container_name: freeciv-web
command: ["sleep", "infinity"]
volumes:
- "data:/var/lib/tomcat8/webapps/data"
ports:
- "80"
- "4002"
- "6000"
- "6001"
- "6002"
- "7000"
- "7001"
- "7002"
- "6000-6009:6000-6009"
- "7000-7009:7000-7009"
- "8888:8080"
user: docker

volumes:
data:

0 comments on commit 26c07ea

Please sign in to comment.