initial commit
This commit is contained in:
11
stacks/test/docker-compose.yaml
Normal file
11
stacks/test/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user