Fix Compose for Http

This commit is contained in:
MXrcy 2022-06-14 11:26:25 -04:00
parent f60b665e90
commit 54306c4ebe

View file

@ -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: