Skip to content

Commit

Permalink
update compose
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Dec 13, 2023
1 parent 80252c8 commit 700b9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ services:
- "80:80"
- "443:443"
volumes:
- "./data:/app:rw"
# - "./data:/app:rw"
- "./sites-enabled:/app/etc/nginx/sites-enabled:rw"
ulimits:
nproc: 65535
nofile:
Expand Down

0 comments on commit 700b9d5

Please sign in to comment.