Skip to content

Commit

Permalink
chore(dev): update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Nov 2, 2021
1 parent f8185cb commit 77b8f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ services:
SYS_SERVER_SECRET_SALT: Rewrite_Your_Own_Secret_Salt_abcdefg1234567
SHARED_NETWORK: laf_shared_network
LOG_LEVEL: debug
APP_SERVICE_IMAGE: lafyun/app-service:0.6.4
APP_SERVICE_IMAGE: lafyun/app-service:0.6.5
ACCOUNT_DEFAULT_APP_QUOTA: 5
APP_SERVICE_DEPLOY_HOST: local-dev.host:8080 # `*.local-dev.host` always resolved to 127.0.0.1, used to local development
APP_SERVICE_DEPLOY_URL_SCHEMA: 'http'
DEBUG_BIND_HOST_APP_PATH: '${PWD}/packages/app-service'
# DEBUG_BIND_HOST_APP_PATH: '${PWD}/packages/app-service'
command: npx nodemon
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
Expand Down

0 comments on commit 77b8f0e

Please sign in to comment.