Skip to content

Commit 764e740

Browse files
committed
Fixed wrong paths in docker-compose
1 parent e3eaa2c commit 764e740

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker-compose.development.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ mysql:
135135
# volumes_from:
136136
# - storage
137137
# volumes:
138-
# - ./:/docker/
139-
# - /tmp/debug/:/tmp/debug/
138+
# - ./:/application/
140139
# env_file:
141140
# - etc/environment.yml
142141
# - etc/environment.development.yml

docker-compose.production.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ mysql:
128128
# volumes_from:
129129
# - storage
130130
# volumes:
131-
# - ./:/docker/
132-
# - /tmp/debug/:/tmp/debug/
131+
# - ./:/application/
133132
# env_file:
134133
# - etc/environment.yml
135134
# - etc/environment.production.yml

0 commit comments

Comments
 (0)