Commit eaf48cc6 by Christophe Angeli

correct typo

parent 8b43ef8b
......@@ -9,7 +9,7 @@ docker-compose.yml
version: '2'
services:
restyaboard:
image: cangeli/restyaboard:4.0.2
image: cangeli/docker-restyaboard:0.4.2
ports:
- 1234:80
volumes:
......@@ -25,7 +25,7 @@ services:
postgres:
image: postgres:9.6
ports:
- "5432:5432"
- 5432:5432
environment:
- POSTGRES_HOST=postgres
- POSTGRES_USER=admin
......
......@@ -4,7 +4,6 @@ services:
restyaboard:
build: .
image: restyaboard:4.0.2
ports:
- 1234:80
volumes:
......@@ -14,6 +13,11 @@ services:
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=admin
- POSTGRES_DB=restyaboard
- SMTP_DOMAIN=domain
- SMTP_USERNAME=user
- SMTP_PASSWORD=pass
- SMTP_SERVER=server
- SMTP_PORT=465
depends_on:
- postgres
networks:
......@@ -23,7 +27,7 @@ services:
postgres:
image: postgres:9.6
ports:
- "5432:5432"
- 5432:5432
environment:
- POSTGRES_HOST=postgres
- POSTGRES_USER=admin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment