Update docker-compose.yml

This commit is contained in:
DrMxrcy 2023-03-22 14:31:45 -04:00
parent ac804cfc7b
commit bc49030e8b

View File

@ -21,7 +21,8 @@ services:
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
depends_on: depends_on:
- mixpost-db - mixpost-mysql
- mixpost-redis
networks: networks:
- tipi_main_network - tipi_main_network
labels: labels: