smaller updates

This commit is contained in:
2022-11-06 17:55:17 +01:00
parent 641928adbf
commit 99aa576b15
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ services:
volumes: volumes:
- swag_conf_update:/config - swag_conf_update:/config
ports: ports:
- 443:443 - 444:443
- 80:80 - 81:80
restart: unless-stopped restart: unless-stopped
networks: networks:
- nginx_network - nginx_network

View File

@@ -24,7 +24,7 @@ services:
container_name: nextcloud container_name: nextcloud
restart: always restart: always
ports: ports:
- 8080:80 - 8082:80
links: links:
- nextcloud_db - nextcloud_db
volumes: volumes: