Skip to content
Snippets Groups Projects
Commit 5808d9db authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

fix docker config

parent f8314620
No related branches found
No related tags found
1 merge request!2Back
......@@ -10,16 +10,16 @@ services:
ports:
- "3306:3306"
app:
container_name: "app"
build: .
depends_on:
- db
restart: always
ports:
- 8000:80
env_file: .env
environment:
DB_HOST: db
links:
- db
\ No newline at end of file
# app:
# container_name: "app"
# build: .
# depends_on:
# - db
# restart: always
# ports:
# - 3000:3000
# env_file: .env
# environment:
# DB_HOST: db
# links:
# - db
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment