First version
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
portainer:
|
||||||
|
image: portainer/portainer-ce:lts
|
||||||
|
container_name: portainer
|
||||||
|
ports:
|
||||||
|
- '9443:9443'
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Paris
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker/sock
|
||||||
|
- /var/lib/docker/volumes/portainer/data:/data
|
||||||
|
command: --sslcert /data/certs/docker.serveur.crt --sslkey /data/certs/docker.serveur.pem
|
||||||
|
restart: always
|
||||||
Reference in New Issue
Block a user