Skip to content

Instantly share code, notes, and snippets.

@TalhaMangarah
Last active August 15, 2020 02:01
Show Gist options
  • Save TalhaMangarah/c63716d93f64a13ba3d4772858c4cc44 to your computer and use it in GitHub Desktop.
Save TalhaMangarah/c63716d93f64a13ba3d4772858c4cc44 to your computer and use it in GitHub Desktop.
homer docker-compose for portainer
---
version: "2.1"
services:
homer:
image: b4bz/homer
container_name: homer
environment:
#Use yours
- PUID=1000
- PGID=100
- UID=1000
- GID=100
- USER=Talha
- GROUP=users
volumes:
- /YourDriveGoesHere:/www/assets #Change drive
ports:
- 8080:8080
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment