Run update.sh

This commit is contained in:
Docker Library Bot 2018-06-08 17:09:03 +00:00
parent f81077b92e
commit 403c0c4279
1 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ version: '3.1'
services: services:
drupal: drupal:
image: drupal:8.2-apache image: drupal:8-apache
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
@ -177,13 +177,13 @@ services:
restart: always restart: always
postgres: postgres:
image: postgres:9.6 image: postgres:10
environment: environment:
POSTGRES_PASSWORD: example POSTGRES_PASSWORD: example
restart: always restart: always
``` ```
[![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/54359bd26c41e63c6e50ccd338b5a18d8b572c60/drupal/stack.yml) [![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/f81077b92e4522999836b8c5d098a103f568a431/drupal/stack.yml)
Run `docker stack deploy -c stack.yml drupal` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080`, `http://localhost:8080`, or `http://host-ip:8080` (as appropriate). When installing select `postgres` as database with the following parameters: `dbname=postgres` `user=postgres` `pass=example` `hostname=postgres` Run `docker stack deploy -c stack.yml drupal` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080`, `http://localhost:8080`, or `http://host-ip:8080` (as appropriate). When installing select `postgres` as database with the following parameters: `dbname=postgres` `user=postgres` `pass=example` `hostname=postgres`