Files
fcos-test-3/stacks/test/docker-compose.yaml
2026-03-15 15:30:14 +00:00

11 lines
221 B
YAML

services:
nginx:
image: lscr.io/linuxserver/nginx:latest
container_name: nginx
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=Etc/UTC
ports:
- 443:443
restart: unless-stopped