fix: use port 8081 to avoid conflict with beian-nginx
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ services:
|
|||||||
container_name: me-web
|
container_name: me-web
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "8081:80"
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user