simplify compose
This commit is contained in:
parent
3ee52192dd
commit
e0b317be09
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
image: farmos/farmos:3.2.2
|
||||
volumes:
|
||||
- www:/opt/drupal/web/sites
|
||||
ports: []
|
||||
# ports:
|
||||
#- '80:80'
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
@ -12,7 +12,7 @@ services:
|
|||
image: postgres:13
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
ports: []
|
||||
# ports:
|
||||
#- '5432:5432'
|
||||
environment:
|
||||
POSTGRES_USER:
|
||||
|
|
Loading…
Reference in a new issue