forked from noxious/server
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
86cbe3fdcb | |||
62e31c10d7 |
@ -50,7 +50,8 @@ services:
|
|||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- traefik_data:/data
|
- traefik_data:/data
|
||||||
- ./etc/traefik/traefik.toml:/etc/traefik/traefik.toml
|
- ./traefik.toml:/etc/traefik/traefik.toml
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
Reference in New Issue
Block a user