Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ionghitun committed Nov 24, 2024
1 parent 620308e commit da571f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#image versions to use
#images versions to use
NGINX_PROXY_VERSION=latest
ACME_COMPANION_VERSION=latest
SELF_SIGNED_VERSION=latest
Expand Down
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- ./certs:/etc/nginx/certs:rw
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
NGINX_PROXY_CONTAINER: nginx-proxy
NGINX_PROXY_CONTAINER: proxy-nginx-proxy
FILES_UID: ${USER_ID}
FILES_GID: ${GROUP_ID}
FILES_PERMS: 644
Expand All @@ -45,6 +45,11 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./certs:/etc/nginx/certs:rw
environment:
NGINX_PROXY_CONTAINER: proxy-nginx-proxy
FILES_UID: ${USER_ID}
FILES_GID: ${GROUP_ID}
FILES_PERMS: 644
profiles:
- self-signed

Expand Down

0 comments on commit da571f4

Please sign in to comment.