Fixed typo in docker-compose.yaml

This commit is contained in:
Christian Risi 2024-11-20 17:31:26 +01:00
parent 92cd252aa7
commit cbd7d8748a

View File

@ -5,7 +5,7 @@ services:
image: "swift:latest" image: "swift:latest"
volumes: volumes:
- .:/workspace - .:/workspace
hostname: iot-simulator.internal hostname: root-ca.internal
networks: networks:
iot-network: iot-network:
command: sleep infinity command: sleep infinity