mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
Merge 7b9b53aaca
into 18f59bdb09
This commit is contained in:
commit
52472e6c4b
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@ services:
|
|||
image: wordpress:latest
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
- ./wordpress_data:/var/www/html
|
||||
restart: always
|
||||
environment:
|
||||
- WORDPRESS_DB_HOST=db
|
||||
|
@ -30,4 +32,4 @@ volumes:
|
|||
db_data:
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue