porte2
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
build: ./web
|
||||
restart: always
|
||||
ports:
|
||||
- "8001:8001"
|
||||
- "80:80"
|
||||
networks:
|
||||
- linedance
|
||||
depends_on:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen 8001;
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
Reference in New Issue
Block a user