Update docker-compose.yml

adjust image tag
pull/23/head
LRVT 2024-06-10 09:15:16 +02:00 zatwierdzone przez GitHub
rodzic e93052faff
commit 0f01966c07
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ services:
privatebin:
hostname: privatebin
container_name: privatebin
image: privatebin/nginx-fpm-alpine:latest
image: privatebin/nginx-fpm-alpine:stable
read_only: true # not in compose 3.0 documentation but appears supported based
ports:
- 8080:8080