Update network name
This commit is contained in:
parent
d86126bf70
commit
b7c9c4166c
@ -10,14 +10,14 @@ services:
|
|||||||
- WEBDAV_USER=user
|
- WEBDAV_USER=user
|
||||||
- WEBDAV_PASS=password1
|
- WEBDAV_PASS=password1
|
||||||
networks:
|
networks:
|
||||||
- app
|
- webdav
|
||||||
ports:
|
ports:
|
||||||
- '8888:80'
|
- '8888:80'
|
||||||
volumes:
|
volumes:
|
||||||
- 'webdav:/var/www/webdav'
|
- 'webdav:/var/www/webdav'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
app:
|
webdav:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
webdav:
|
webdav:
|
||||||
|
Loading…
Reference in New Issue
Block a user