16 lines
216 B
YAML
16 lines
216 B
YAML
services:
|
|
nginx:
|
|
image: nginx:stable-perl
|
|
container_name: nginx
|
|
restart: no
|
|
ports:
|
|
- "8080:80"
|
|
environment:
|
|
- NGINX_PORT=80
|
|
networks:
|
|
- nginx
|
|
|
|
networks:
|
|
nginx:
|
|
driver: bridge
|