Skip to content

Commit 6c853d4

Browse files
committed
Disabled httpd, sorry :(
1 parent b39d159 commit 6c853d4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docker-compose.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ nginx:
2424
env_file:
2525
- docker-env.yml
2626

27-
httpd:
28-
build: docker/httpd/
29-
ports:
30-
- 8001:80
31-
links:
32-
- main
33-
volumes_from:
34-
- main
35-
env_file:
36-
- docker-env.yml
27+
#httpd:
28+
# build: docker/httpd/
29+
# ports:
30+
# - 8001:80
31+
# links:
32+
# - main
33+
# volumes_from:
34+
# - main
35+
# env_file:
36+
# - docker-env.yml
3737

3838
mysql:
3939
build: docker/mysql/

0 commit comments

Comments
 (0)