Fix Compose for Http
This commit is contained in:
parent
f60b665e90
commit
54306c4ebe
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ services:
|
|||
database__connection__user: tipi
|
||||
database__connection__password: ${GHOST_DATABASE_PASSWORD}
|
||||
database__connection__database: ghosttipi
|
||||
url: hhttp://${INTERNAL_IP}:${APP_PORT}
|
||||
url: http://${INTERNAL_IP}:${APP_PORT}
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/content:/var/lib/ghost/content
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue