Added multiple services

This commit is contained in:
2023-02-28 17:24:43 +00:00
parent ea40c69ba4
commit 0236bdb0ae
23 changed files with 439 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
version: "3.8"
services:
portainer:
image: portainer/portainer-ee
container_name: portainer
restart: always
ports:
- 9000:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /mnt/SSD500/docker/portainer/data:/data
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true