mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
chore(docker): 将默认服务端口从80更改为8000
更新所有Dockerfile、nginx配置、docker-compose文件和README中的端口引用,统一使用8000端口以避免与系统常用端口的冲突
This commit is contained in:
@@ -75,7 +75,7 @@ VOLUME /var/www/html/storage
|
||||
# VOLUME ["/var/www/html"]
|
||||
|
||||
# Expose Nginx port
|
||||
EXPOSE 80
|
||||
EXPOSE 8000
|
||||
|
||||
RUN chmod +x /var/www/html/docker/run.sh
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8800:80"
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
extra_hosts:
|
||||
|
||||
Reference in New Issue
Block a user