We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e8a3e commit 123b874Copy full SHA for 123b874
docker-compose.yml
@@ -29,21 +29,11 @@ services:
29
WORDPRESS_DB_PASSWORD: ${WORDPRESS_DB_PASSWORD}
30
WORDPRESS_DB_NAME: ${WORDPRESS_DB_NAME}
31
volumes:
32
- - type: volume
33
- source: app_data
34
- target: /var/www/html
+ - ./src:/var/www/html
35
networks:
36
local:
37
ipv4_address: 172.28.6.5
38
39
-volumes:
40
- app_data:
41
- driver: local
42
- driver_opts:
43
- type: none
44
- device: "${PWD}/src"
45
- o: bind
46
-
47
48
49
ipam:
0 commit comments