Skip to content

Instantly share code, notes, and snippets.

@yknext
Created April 11, 2018 16:20
Show Gist options
  • Save yknext/d579bcd3ec15424c5c271a4b80061e95 to your computer and use it in GitHub Desktop.
Save yknext/d579bcd3ec15424c5c271a4b80061e95 to your computer and use it in GitHub Desktop.
Nextcloud and collabora Office
app:
image: nextcloud
ports:
- 80:80
external_links:
- mysql_MySQL_1:mysql
volumes:
- /etc/localtime:/etc/localtime:ro
- nextcloud:/var/www/html
restart: always
collabora:
image: collabora/code
ports:
- 9980:9980
environment:
username: root
password: this_is_a_password
domain: pan.example.com
cap_add:
- MKNOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment