Skip to content

Instantly share code, notes, and snippets.

@TaylorJadin
Last active July 12, 2022 05:42
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 TaylorJadin/2ba204423e21ac9a9e41c96aed8ad7f5 to your computer and use it in GitHub Desktop.
Save TaylorJadin/2ba204423e21ac9a9e41c96aed8ad7f5 to your computer and use it in GitHub Desktop.
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