mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-15 10:09:54 +00:00
Aktualisieren von docker-compose.yml
port mappings
This commit is contained in:
parent
0bcf774a02
commit
37037ec4b1
@ -34,8 +34,13 @@ services:
|
|||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
pids_limit: 200
|
pids_limit: 200
|
||||||
read_only: ${MATTERMOST_CONTAINER_READONLY}
|
read_only: ${MATTERMOST_CONTAINER_READONLY}
|
||||||
|
ports:
|
||||||
|
- 8065:8056/tcp # mattermost http
|
||||||
|
#- 8443:8443/tcp # mattermost calls
|
||||||
|
#- 8443:8443/udp # mattermost calls
|
||||||
expose:
|
expose:
|
||||||
- 8065
|
- 8065
|
||||||
|
- 8443
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp
|
- /tmp
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user