Skip to content

Commit e88ba42

Browse files
committedNov 5, 2021
Revert "Merge pull request #8 from cgsheeh/container-mount"
This reverts commit 077c22d, reversing changes made to bbbc4db.
1 parent 191e3df commit e88ba42

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
 

‎docker-compose.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ services:
4545
entrypoint: /app/entrypoint.sh
4646
command: test_phab
4747
environment: *phab_env
48+
restart: on-failure
4849
depends_on:
4950
- phabdb
50-
volumes:
51-
- phabricator-moz-extensions-local:/app/moz-extensions
5251

5352
phabdb:
5453
image: mysql:5.7
@@ -70,10 +69,4 @@ services:
7069
# Volume Containers
7170
volumes:
7271
phabricator-mysql-db:
73-
phabricator-app:
74-
phabricator-moz-extensions-local:
75-
driver: local
76-
driver_opts:
77-
type: none
78-
device: '$PWD/moz-extensions'
79-
o: bind
72+
phabricator-app:

0 commit comments

Comments
 (0)
Failed to load comments.