mirror of
https://github.com/roundcube/roundcubemail-docker.git
synced 2026-05-08 12:26:14 +02:00
Use nginx:latest instead of :alpine variant
... to avoid travis CI fails
This commit is contained in:
parent
9404034e4e
commit
becf5d5ce9
@ -32,7 +32,7 @@ services:
|
||||
- POSTGRES_PASSWORD=roundcube
|
||||
|
||||
roundcubenginx:
|
||||
image: nginx:alpine
|
||||
image: nginx:latest
|
||||
container_name: roundcubenginx
|
||||
ports:
|
||||
- 80:80
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user