closing ports
parent
daabadb403
commit
3522178847
|
|
@ -6,8 +6,14 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/containers/flame/container-data:/app/data:Z
|
- /mnt/containers/flame/container-data:/app/data:Z
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration feature
|
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration feature
|
||||||
ports:
|
#ports:
|
||||||
- 5005:5005
|
# - 5005:5005
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD=flame_password
|
- PASSWORD=flame_password
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- reverseproxy-nw
|
||||||
|
|
||||||
|
networks:
|
||||||
|
reverseproxy-nw:
|
||||||
|
external: true
|
||||||
Loading…
Reference in New Issue