nginx v1
This commit is contained in:
14
nginx/docker-compose.yml
Normal file
14
nginx/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
nginx:
|
||||||
|
image: nginx:1.29.1-alpine
|
||||||
|
container_name: nginx
|
||||||
|
ports:
|
||||||
|
- "38080:80"
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- service
|
||||||
|
mem_limit: "512m"
|
||||||
|
cpus: "0.5"
|
||||||
|
networks:
|
||||||
|
service:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user