# ============================================================================= # DEV CONFIG EXAMPLE # ----------------------------------------------------------------------------- # Example of local config, for development. In dev mode, you would usually use # SQLite so database settings are not needed. # ============================================================================= #替换IP APP_BASE_URL=http://192.168.2.20:80 # APP_PORT=22300
1 2 3
sudo systemctl daemon-reload sudo systemctl restart docker docker-compose up -d``