Skip to content

Instantly share code, notes, and snippets.

@gamma
Created November 6, 2016 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gamma/e88bcf7441c795946443099d75036947 to your computer and use it in GitHub Desktop.
Save gamma/e88bcf7441c795946443099d75036947 to your computer and use it in GitHub Desktop.
Docker-Compose file to run a dwarffortress box Side-by-Side with Dropbox. Start Dropbox first and check the log to Connect to an account. You should use a fresh Dropbox account if possible.
version: "2.0"
services:
dwarffortress:
container_name: dwarffortress
image: 'mifki/dfremote'
restart: always
tty: true
ports:
- 1235:1235/udp
volumes:
- ./df_linux_save/DwarfFortress:/df_linux/data/save
dropbox:
container_name: dropbox
image: 'janeczku/dropbox'
restart: always
volumes:
- ./df_linux_save:/dbox/Dropbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment