mirror of https://github.com/penpot/penpot.git
🔧 Add explicit network alias for minio on devenv
This commit is contained in:
parent
f71f491590
commit
57aa9a585b
|
|
@ -82,6 +82,11 @@ services:
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
- 9001:9001
|
- 9001:9001
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
aliases:
|
||||||
|
- minio
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16.8
|
image: postgres:16.8
|
||||||
command: postgres -c config_file=/etc/postgresql.conf
|
command: postgres -c config_file=/etc/postgresql.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue