Skip to content

Commit 6ad171d

Browse files
committed
fix
1 parent 4e97bff commit 6ad171d

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

docker-compose.yml

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
services:
2-
caddy:
3-
image: caddy:latest
4-
restart: unless-stopped
5-
ports:
6-
- "80:80"
7-
- "443:443"
8-
- "443:443/udp"
9-
volumes:
10-
- ./Caddyfile:/etc/caddy/Caddyfile
11-
- ./site:/srv
12-
- caddy_data:/data
13-
- caddy_config:/config
2+
# caddy:
3+
# image: caddy:latest
4+
# restart: unless-stopped
5+
# ports:
6+
# - "80:80"
7+
# - "443:443"
8+
# - "443:443/udp"
9+
# volumes:
10+
# - ./Caddyfile:/etc/caddy/Caddyfile
11+
# - ./site:/srv
12+
# - caddy_data:/data
13+
# - caddy_config:/config
1414

1515
app:
1616
build: .
@@ -29,9 +29,8 @@ services:
2929
- POSTGRES_DB=database
3030
volumes:
3131
- /root/mydata/postgresql-data:/var/lib/postgresql/data
32-
33-
volumes:
34-
caddy_data:
35-
driver: local
36-
caddy_config:
37-
driver: local
32+
# volumes:
33+
# caddy_data:
34+
# driver: local
35+
# caddy_config:
36+
# driver: local

0 commit comments

Comments
 (0)