Update network name

This commit is contained in:
Logan Marchione 2023-03-30 21:33:21 -04:00
parent d86126bf70
commit b7c9c4166c
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@ services:
- WEBDAV_USER=user
- WEBDAV_PASS=password1
networks:
- app
- webdav
ports:
- '8888:80'
volumes:
- 'webdav:/var/www/webdav'
networks:
app:
webdav:
volumes:
webdav: