mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-01-19 22:36:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -14,3 +14,9 @@ services:
|
||||
- ./homepage-config:/app/config # Make sure your local config directory exists
|
||||
- ./images:/app/public/images
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user