Merge pull request #69 from alimy/pr-docker-compose

optimize docker-compose config to export backend to out network
pull/72/head
Michael Li 2 years ago committed by GitHub
commit 417205f397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,4 +61,5 @@ MySQL: # MySQL数据库
Redis:
Host: redis:6379
Password:
DB:
DB:

@ -52,7 +52,7 @@ services:
- ./config.yaml.sample:/app/paopao-ce/config.yaml
- ./data/paopao-ce/data:/app/paopao-ce/data
ports:
- 127.0.0.1:8008:8008
- 8008:8008
networks:
- paopao-network

Loading…
Cancel
Save