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 ac9ca7e

Browse files
committed
Fixed image source.
1 parent 00dc38b commit ac9ca7e

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 によって変換されたページ (->オリジナル) /