Skip to content
Snippets Groups Projects
Verified Commit 129bc966 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Fix tag name of web service.

parent 650352ba
No related branches found
No related tags found
Loading
......@@ -24,7 +24,7 @@ services:
- memcached
web:
build: ./docker/nginx
image: registry.edugit.org/biscuit/biscuit-ng/nginx
image: registry.edugit.org/biscuit/biscuit-ng/nginx:${BISCUIT_IMAGE_TAG:-latest}
volumes:
- biscuit_data:/var/lib/biscuit/
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment