mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2026-02-06 03:48:53 +01:00
Change Container Image Names to FQDN in docker-compose examples
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
lime-db:
|
||||
image: postgres:10
|
||||
image: docker.io/postgres:10
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user