chore: fix example ports

This commit is contained in:
ryan 2023-06-05 08:02:16 +08:00
parent 7aef752a89
commit 1e8a2b64f4
2 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@
# i.example.com for a specific domain
i.example.com, *.example.net {
encode gzip
reverse_proxy micro:8080
reverse_proxy micro:3000
}

View File

@ -1,4 +1,4 @@
version: "3"
version: '3'
services:
micro:
image: sylver/micro:main
@ -8,7 +8,7 @@ services:
- $PWD/data:/data
# uncomment this if you dont care about https, then comment out the proxy service
# ports:
# - 80:8080
# - 80:3000
postgres:
image: postgres:12-alpine
restart: unless-stopped