Skip to content

Instantly share code, notes, and snippets.

@i40sys
Created March 1, 2022 06:03
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 i40sys/28ccc1f1b955bc153ed58be2624742d4 to your computer and use it in GitHub Desktop.
Save i40sys/28ccc1f1b955bc153ed58be2624742d4 to your computer and use it in GitHub Desktop.
version: "3"
services:
homer:
image: b4bz/homer
container_name: homer
volumes:
- ./assets/:/www/assets
environment:
- UID=1000
- GID=100
restart: unless-stopped
networks:
- i40sys
networks:
i40sys:
external:
name: i40sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment