Skip to content

Instantly share code, notes, and snippets.

@prologic
Created January 2, 2016 03:58
Show Gist options
  • Select an option

  • Save prologic/1731e622422f045eb8f7 to your computer and use it in GitHub Desktop.

Select an option

Save prologic/1731e622422f045eb8f7 to your computer and use it in GitHub Desktop.
Docker Compose fog gogs using Volumes
gogs:
image: gogs/gogs
volume_driver: local
volumes:
- gogsdata:/data
environment:
- VIRTUALHOST=gogs.mills.io
- PORT=3000
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment