Files
docker/misc/portainer-compose-files/keeweb.yaml
T
2025-07-20 13:28:12 +10:00

15 lines
278 B
YAML

version: "3.9"
services:
keeweb:
deploy:
replicas: 3
restart: always
image: antelle/keeweb:latest
command: nginx
volumes:
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
ports:
- 8888:80
- 8443:443