fix: add correct port mappings
This commit is contained in:
parent
e660c5cfb5
commit
854c2031c2
1 changed files with 8 additions and 10 deletions
18
service.yml
18
service.yml
|
@ -1,15 +1,13 @@
|
||||||
name: sesame
|
name: sesame
|
||||||
ports:
|
ports:
|
||||||
- host: 9091
|
- host: 59090
|
||||||
container: 9091
|
container: 59090
|
||||||
- host: 2015
|
- host: 53000
|
||||||
container: 2015
|
container: 53000
|
||||||
- host: 2019
|
- host: 52052
|
||||||
container: 2019
|
container: 52052
|
||||||
- host: 10080
|
- host: 53001
|
||||||
container: 80
|
container: 53001
|
||||||
- host: 10443
|
|
||||||
container: 443
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: caddy-data
|
- name: caddy-data
|
||||||
- name: caddy-config
|
- name: caddy-config
|
||||||
|
|
Loading…
Reference in a new issue