Skip to content

Commit 8b8fba9

Browse files
committed
fix: mount volume
1 parent 1f666ad commit 8b8fba9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dockereve-master/docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ services:
4242
- ./eve-app/settings.py:/usr/src/app/settings.py
4343
- ./log/:/var/log/
4444
- eve:/usr/src/app/static
45-
# - /usr/src/app/static
4645
command: /usr/local/bin/gunicorn -w 2 --access-logfile /var/log/gunicorn.log -b :5000 app:app
4746
depends_on:
4847
- mongodb
@@ -52,9 +51,8 @@ services:
5251
mongodb:
5352
image: mongo:latest
5453
container_name: mongodb
55-
command: mongod --verbose --bind_ip_all
5654
hostname: mongodb
57-
command: mongod --repair
55+
command: mongod --verbose --bind_ip_all
5856
ports:
5957
- "27017:27017"
6058
networks:

0 commit comments

Comments
 (0)