fix typo
This commit is contained in:
parent
77849567f1
commit
bfe2570732
@ -8,7 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- type: bind # same as php container
|
- type: bind # same as php container
|
||||||
source: ./web
|
source: ./web
|
||||||
target: /data'
|
target: /data
|
||||||
# environment: # Change this if you rename the php container
|
# environment: # Change this if you rename the php container
|
||||||
# PHP_FPM: php:9000
|
# PHP_FPM: php:9000
|
||||||
depends_on: [php]
|
depends_on: [php]
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- type: bind # same as web container
|
- type: bind # same as web container
|
||||||
source: ./web
|
source: ./web
|
||||||
target: /data'
|
target: /data
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user