Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Philip authored and Jan Philip committed Oct 18, 2021
1 parent cb6c867 commit 302ec49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ services:
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
WEBSITES_ENABLE_APP_SERVICE_STORAGE: TRUE
volumes:
- volume1:/data/postgres
- /mypostgres:/data/postgres
ports:
- "5432:5432"
restart: always
Expand Down

0 comments on commit 302ec49

Please sign in to comment.