mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 15:33:32 +00:00
15 lines
320 B
YAML
15 lines
320 B
YAML
services:
|
|
npmplus-caddy:
|
|
container_name: npmplus-caddy
|
|
image: zoeyvid/npmplus:caddy
|
|
restart: always
|
|
network_mode: bridge
|
|
ports:
|
|
- "80:80"
|
|
environment:
|
|
- "TZ=Europe/Berlin"
|
|
|
|
npmplus:
|
|
environment:
|
|
- "DISABLE_HTTP=true" # disables nginx to listen on port 80, default false
|