Don't expose stacosys container
This commit is contained in:
parent
32f8bb9074
commit
689d58c207
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_INSTALL}/data/stacosys:/config
|
- ${ROOT_INSTALL}/data/stacosys:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
expose:
|
||||||
- "8010:8100"
|
- 8100
|
||||||
blog:
|
blog:
|
||||||
container_name: blog
|
container_name: blog
|
||||||
image: kianby/blog
|
image: kianby/blog
|
||||||
|
|
Loading…
Add table
Reference in a new issue