Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit da2f438

Browse files
committed
Merge branch 'release-1.3' into release-2.0
2 parents 77e44da + ac9ca7e commit da2f438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎docker-compose.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
version: '2.1'
22
services:
33
web:
4-
#build: ./web
5-
image: "phpcensor/php-censor-web:latest"
4+
build: ./web
5+
#image: "phpcensor/php-censor-web:latest"
66
ports:
77
- "80:80"
88
env_file:
99
- ./env/phpcensor.env
1010
volumes:
1111
- ./artifacts:/var/www/html/public/artifacts
1212
worker:
13-
#build: ./worker
14-
image: "phpcensor/php-censor-worker:latest"
13+
build: ./worker
14+
#image: "phpcensor/php-censor-worker:latest"
1515
env_file:
1616
- ./env/phpcensor.env
1717
volumes:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /