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: ...@@ -10,16 +10,16 @@ services:
ports: ports:
- "3306:3306" - "3306:3306"
app: # app:
container_name: "app" # container_name: "app"
build: . # build: .
depends_on: # depends_on:
- db # - db
restart: always # restart: always
ports: # ports:
- 8000:80 # - 3000:3000
env_file: .env # env_file: .env
environment: # environment:
DB_HOST: db # DB_HOST: db
links: # links:
- db # - db
\ No newline at end of file \ 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