Skip to content

Commit 2851ccd

Browse files
committed
update
1 parent 11de88d commit 2851ccd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.dockerignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
.gitignore
33
.env
44
*.md
5-
/config/*.yaml
5+
/config/*.yaml
6+
*.md
7+
certbot/
8+
node_modules/
9+
tmp/

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
expose:
77
- "8000"
88
volumes:
9-
- ./config:/app/config
9+
- ./config:/app/config:ro
1010
restart: always
1111
networks:
1212
- app-network

0 commit comments

Comments
 (0)