podman network removal
This commit is contained in:
parent
1408e87b0c
commit
e120c272eb
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user