Skip to content

Commit 700b9d5

Browse files
committed
update compose
1 parent 80252c8 commit 700b9d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ services:
1010
- "80:80"
1111
- "443:443"
1212
volumes:
13-
- "./data:/app:rw"
13+
# - "./data:/app:rw"
14+
- "./sites-enabled:/app/etc/nginx/sites-enabled:rw"
1415
ulimits:
1516
nproc: 65535
1617
nofile:

0 commit comments

Comments
 (0)