Skip to content

Commit

Permalink
Fix indent (publiclab#10747)
Browse files Browse the repository at this point in the history
This is a hotfix for a bug introduced in previous merge
  • Loading branch information
icarito authored Mar 1, 2022
1 parent 0627516 commit 5bf9b9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions containers/docker-compose-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ services:
ports:
- "127.0.0.1:4000:4000"
build: ..
logging:
driver: "json-file"
options:
max-size: "1024m"
logging:
driver: "json-file"
options:
max-size: "1024m"
environment:
- COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME}
- DB_USER=${DB_USER}
Expand Down
4 changes: 4 additions & 0 deletions containers/docker-compose-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ services:
ports:
- "127.0.0.1:5001:4000"
build: ..
logging:
driver: "json-file"
options:
max-size: "1024m"
environment:
- COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME}
- DB_USER=${DB_USER}
Expand Down

0 comments on commit 5bf9b9d

Please sign in to comment.