diff --git a/iStore/bark/docker-compose.yaml b/iStore/bark/docker-compose.yaml index 2ec0bb6..aa9aa7b 100644 --- a/iStore/bark/docker-compose.yaml +++ b/iStore/bark/docker-compose.yaml @@ -4,6 +4,6 @@ services: container_name: bark-server restart: always volumes: - - ./data:/data + - /mnt/sata2-4/docker_data/bark:/data ports: - - "8080:8080" \ No newline at end of file + - "1300:8080" \ No newline at end of file