open api port
This commit is contained in:
parent
e47204a92a
commit
88276beb38
1 changed files with 1 additions and 4 deletions
|
@ -8,6 +8,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
- 8080:8080
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -31,7 +32,3 @@ services:
|
||||||
- /srv/hosting/traefik/traefik_dynamic.toml:/etc/traefik/traefik_dynamic.toml:ro
|
- /srv/hosting/traefik/traefik_dynamic.toml:/etc/traefik/traefik_dynamic.toml:ro
|
||||||
- /srv/hosting/traefik/acme.json:/acme.json
|
- /srv/hosting/traefik/acme.json:/acme.json
|
||||||
- /srv/hosting/traefik/logs:/logs
|
- /srv/hosting/traefik/logs:/logs
|
||||||
|
|
||||||
networks:
|
|
||||||
oueb:
|
|
||||||
driver: bridge
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue