forked from noxious/server
i hate docker
This commit is contained in:
parent
0c8df9d175
commit
12292ea4f2
@ -50,11 +50,12 @@ services:
|
|||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- traefik_data:/data
|
- traefik_data:/data
|
||||||
- ./traefik.yml:/etc/traefik/traefik.yml
|
- ./traefik.yml:/traefik.yml
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
command: --configFile=/traefik.yml
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user