mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-13 17:19:52 +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
|
||||
pids_limit: 200
|
||||
read_only: ${MATTERMOST_CONTAINER_READONLY}
|
||||
ports:
|
||||
- 8065:8056/tcp # mattermost http
|
||||
#- 8443:8443/tcp # mattermost calls
|
||||
#- 8443:8443/udp # mattermost calls
|
||||
expose:
|
||||
- 8065
|
||||
- 8443
|
||||
tmpfs:
|
||||
- /tmp
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user