changed syntax

This commit is contained in:
Luc Bijl 2023-01-11 17:56:56 +01:00
parent c39bb24c42
commit 5a771084c4
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,17 @@
version: '3.0'
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
restart: always
stdin_open: true
tty: true
network_mode: bridge
ports:
- "9000:9000/tcp"
environment:
- TZ=Europe/Amsterdam
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/portainer:/data