kopia lustrzana https://github.com/Haxxnet/Compose-Examples
rodzic
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:
|
||||||
|
|
Ładowanie…
Reference in New Issue