# Fix docker warnings

* fixes docker warnings about use of deprecated syntax
This commit is contained in:
2026-01-21 15:52:07 +01:00
parent fac658e52c
commit e2f8fc9c6d

View File

@@ -1,12 +1,10 @@
version: '3.3'
services:
konova:
external_links:
- postgis:db
- arnova-nginx-server:arnova
build: .
image: "ksp/konova:1.8"
image: "ksp/konova:x.y"
container_name: "konova-docker"
command: ./docker-entrypoint.sh
restart: always
@@ -19,5 +17,5 @@ services:
# NOTE: THIS NETWORK MUST EXIST
networks:
default:
external:
name: postgis_nat_it_backend
external: true