diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2 diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 8970354..1573cd3 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -1,6 +1,7 @@ services: NFOguard: - build: . + # image: ghcr.io/sbcrumb/nfoguard:latest # Use this once package is public + build: . # Temporary local build container_name: NFOguard restart: unless-stopped user: "1000:1000"