mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Remove unneeded 'ports' entries from WP and Django fig.ymls in docs
This commit is contained in:
parent
5f5fbb3ea4
commit
d1a52d2b1a
@ -28,8 +28,6 @@ Simple enough. Finally, this is all tied together with a file called `fig.yml`.
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
image: orchardup/postgresql
|
image: orchardup/postgresql
|
||||||
ports:
|
|
||||||
- "5432"
|
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
command: python manage.py runserver 0.0.0.0:8000
|
command: python manage.py runserver 0.0.0.0:8000
|
||||||
|
@ -33,8 +33,6 @@ web:
|
|||||||
- .:/code
|
- .:/code
|
||||||
db:
|
db:
|
||||||
image: orchardup/mysql
|
image: orchardup/mysql
|
||||||
ports:
|
|
||||||
- "3306:3306"
|
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: wordpress
|
MYSQL_DATABASE: wordpress
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user