Skip to content

Commit

Permalink
master - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ionghitun committed Dec 26, 2023
1 parent 94e0bbb commit 9516a38
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.editorconfig
.env.example
.gitignore
LICENSE
README.md
7 changes: 6 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#domain or subdomain where you want to access portainer
DOMAIN_HOST=portainer.local
DOMAIN_EMAIL=mail@mail.com

#email where you should receive lets encrypt renewal failures
DOMAIN_EMAIL=email@email.com

#what vhost file to use, edit contents to match domain above, example in docker/nginx/custom_dev.conf
VHOST_FILE=custom_dev.conf
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Ion Ghitun
Copyright (c) 2024 Ion Ghițun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
portainer-portainer:
container_name: portainer-portainer
restart: always
image: portainer/portainer-ce:latest
image: portainer/portainer-ce
volumes:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:latest
FROM nginx

WORKDIR /var/www

Expand Down

0 comments on commit 9516a38

Please sign in to comment.