feat: More fake stacks
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
webserver:
|
||||||
|
image: nginx:alpine
|
||||||
|
container_name: hello-webserver
|
||||||
|
ports:
|
||||||
|
- "8081:80"
|
||||||
|
restart: unless-stopped
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
webserver:
|
||||||
|
image: nginx:alpine
|
||||||
|
container_name: hello-webserver
|
||||||
|
ports:
|
||||||
|
- "8082:80"
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user