fix: ensure that http/s ports are mapped
This commit is contained in:
parent
c62a02defd
commit
224607d103
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ ports:
|
|||
container: 53010
|
||||
- host: 58082
|
||||
container: 58082
|
||||
- host: 50000
|
||||
container: 80
|
||||
- host: 50001
|
||||
container: 443
|
||||
# Caddy admin API
|
||||
- host: 2019
|
||||
container: 2019
|
||||
|
|
Loading…
Reference in a new issue