Skip to content

Instantly share code, notes, and snippets.

@TaylorJadin
Last active July 12, 2022 05:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
docker compose for nextcloud
version: '3.3'
services:
app:
image: nextcloud
restart: always
ports:
- '8080:80'
volumes:
- 'nextcloud:/var/www/html'
volumes:
nextcloud:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment