podman network removal

This commit is contained in:
Mike Holloway 2025-12-07 00:27:06 -05:00
parent 1408e87b0c
commit e120c272eb

View File

@ -18,7 +18,7 @@ services:
env_file: env_file:
- .db.env - .db.env
networks: networks:
podman: default:
aliases: aliases:
- "nextcloud.local" - "nextcloud.local"
@ -28,7 +28,7 @@ services:
- 8080:80 # change to 80:80 when the shop is ready to go live - 8080:80 # change to 80:80 when the shop is ready to go live
- 4443:443 # change to 80:80 when the shop is ready to go live - 4443:443 # change to 80:80 when the shop is ready to go live
networks: networks:
podman: default:
volumes: volumes:
- ~/nginx/certs:/etc/nginx/certs - ~/nginx/certs:/etc/nginx/certs