add pdns networks

This commit is contained in:
dalbodeule 2024-06-05 13:40:13 +09:00
parent f35605d86d
commit 07aa50cd3a
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65
2 changed files with 5 additions and 2 deletions

View File

@ -70,8 +70,6 @@ services:
links:
- mariadb
- pdns
ports:
- "8080:8080"
networks:
- pdns_network
restart: always
@ -85,9 +83,12 @@ services:
ports:
- 80:80
- 443:443
- 8443:8443
volumes: # Storage can be either a
- nginx_secrets:/etc/letsencrypt # Docker managed volume (see list at the bottom)
- nginx_conf:/etc/nginx/user_conf.d # or a host mount with a relative or full path.
networks:
- pdns_network
volumes:
mariadb_data:

View File

@ -65,6 +65,8 @@ services:
volumes: # Storage can be either a
- nginx_secrets:/etc/letsencrypt # Docker managed volume (see list at the bottom)
- nginx_conf:/etc/nginx/user_conf.d # or a host mount with a relative or full path.
networks:
- pdns_network
volumes:
mariadb_data: