FIX: se modifico variable en mysql y puertos en contenedor de nginx
This commit is contained in:
parent
4784bbdb9e
commit
e425092b52
@ -26,7 +26,7 @@ services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "127.0.0.1:${NGINX_PORT}:80"
|
||||
- "${NGINX_PORT}:80"
|
||||
volumes:
|
||||
- ../../public:/var/www/repuve-backend-v1/public
|
||||
- ../../storage:/var/www/repuve-backend-v1/storage
|
||||
@ -52,7 +52,7 @@ services:
|
||||
MYSQL_PASSWORD: ${DB_PASSWORD}
|
||||
MYSQL_USER: ${DB_USERNAME}
|
||||
ports:
|
||||
- "${DB_FORWARD_PORT}:3306"
|
||||
- "${DB_PORT}:3306"
|
||||
volumes:
|
||||
- mysql_data:/var/lib/mysql
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user