fix: typo in ports config key, overexposed ports (#31)
This commit is contained in:
parent
047a10ac47
commit
873d7e275d
1 changed files with 3 additions and 4 deletions
|
@ -16,9 +16,8 @@ services:
|
||||||
bitwarden:
|
bitwarden:
|
||||||
env_files:
|
env_files:
|
||||||
- {{ ENVS_ROOT }}/bitwarden-web.env
|
- {{ ENVS_ROOT }}/bitwarden-web.env
|
||||||
port:
|
ports:
|
||||||
- 7000:8080
|
- 8080:8080
|
||||||
- 7001:8443
|
|
||||||
volumes:
|
volumes:
|
||||||
- {{ BITWARDEN_CONFIG_ROOT }}:/etc/bitwarden
|
- {{ BITWARDEN_CONFIG_ROOT }}:/etc/bitwarden
|
||||||
- {{ BITWARDEN_LOGS_ROOT }}:/var/log/bitwarden
|
- {{ BITWARDEN_LOGS_ROOT }}:/var/log/bitwarden
|
||||||
|
@ -31,7 +30,7 @@ services:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
plex:
|
plex:
|
||||||
ports:
|
ports:
|
||||||
- 32400:32400/tcp
|
- published=32400,target=32400,mode=host,protocol=tcp
|
||||||
- 32469:32469/tcp
|
- 32469:32469/tcp
|
||||||
- 3005:3005/tcp
|
- 3005:3005/tcp
|
||||||
- 8324:8324/tcp
|
- 8324:8324/tcp
|
||||||
|
|
Reference in a new issue