Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Fixed problems with acme permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Sep 25, 2018
1 parent 5c1b8bd commit a82c828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ get_compose_args:

## Starts or updates (if config was changed) the environment
start:
sudo touch ./bin-data/traefik-acme.json 2>/dev/null || true
sudo chmod 600 ./bin-data/traefik-acme.json

set -x; sudo docker-compose ${COMPOSE_ARGS} up

## Stops the environment
Expand Down

0 comments on commit a82c828

Please sign in to comment.