added revese proxy network
This commit is contained in:
@@ -11,9 +11,16 @@ services:
|
||||
- SERVER_NAMES=192.168.1.4,webdav.akanealw.com
|
||||
- TIMEOUTS_S=1200
|
||||
- CLIENT_MAX_BODY_SIZE=120M
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 3280:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/data:/data
|
||||
- ${DOCKER_CONFIGS}/config:/config
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
name: reverse-proxy
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user