Skip to content

Commit 97a7d32

Browse files
author
sunminghui
committed
correct docker-compose.prod.yml volume
1 parent b3dd8b5 commit 97a7d32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.prod.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ services:
1111
volumes:
1212
- data:/app/data
1313
- log:/app/log
14-
- conf:/app/conf
1514
env_file:
1615
- ./conf/.env
1716
depends_on:
@@ -64,5 +63,4 @@ services:
6463
volumes:
6564
data:
6665
log:
67-
conf:
6866
redis_data:

0 commit comments

Comments
 (0)