新增wikijs、wiznote的compose示例;新增mariadb、mysql的compose及stack示例;修改部分示例网段

This commit is contained in:
2024-05-22 09:26:00 +00:00
committed by cloud-init created default user
parent b73249c50b
commit 00f679a0f6
26 changed files with 217 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ services:
- "9000:9000"
- "9443:9443"
volumes:
- /etc/localtime:/etc/localtime:ro
- /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
@@ -27,4 +27,4 @@ networks:
# ipam:
# driver: default
# config:
# - subnet: 172.21.0.1/24
# - subnet: 10.21.22.1/24